projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea7074b
)
(display_info) [WINDOWSNT]: Add w32.
author
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:06:47 +0000
(23:06 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 15 May 2007 23:06:47 +0000
(23:06 +0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index 72e0940cea623ab13d50df88007e87a1976fdcba..21c746758fb5ba15709a676bf9925e3f646c7d9c 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-327,6
+327,9
@@
struct terminal
{
struct tty_display_info *tty; /* termchar.h */
struct x_display_info *x; /* xterm.h */
+#ifdef WINDOWSNT
+ struct w32_display_info *w32; /* w32term.h */
+#endif
} display_info;
\f